projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908deb1
)
win32: remove ineffective selector
author
Cosimo Cecchi
<cosimoc@gnome.org>
Wed, 30 Dec 2015 18:53:27 +0000
(10:53 -0800)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Sun, 3 Jan 2016 08:42:51 +0000
(
00:42
-0800)
That style property is deprecated, but the combobox does not have a
separator anymore.
gtk/theme/win32/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/theme/win32/gtk-win32-base.css
b/gtk/theme/win32/gtk-win32-base.css
index 350d6a1b06168c2e3b9da7f67fc2936da25be5e9..4616eeb3a08956559d936d741bb1ddff7f12de77 100644
(file)
--- a/
gtk/theme/win32/gtk-win32-base.css
+++ b/
gtk/theme/win32/gtk-win32-base.css
@@
-810,13
+810,6
@@
GtkComboBox GtkCellLayout * {
background-color: -gtk-win32-color(listview, 5);
}
-GtkComboBox .separator {
- /* always disable separators */
- -GtkWidget-wide-separators: true;
- -GtkWidget-horizontal-separator: 0;
- -GtkWidget-vertical-separator: 0;
-}
-
/* Draw "arrow" for non-entry comboboxes. Select the box, since selecting
the arrow itself does not seem to work as intended. */
GtkComboBox GtkBox {